VerticalBoxLayout.setCellVAlign

Sets the Vertical alignment for each child control within its containing table cell. This property is only applicable when the block vertical alignment property (vAlign) is set to Fill.

Supported values:
ValueConstant
ControlConstants.VERTICAL_ALIGNMENT_NONE
CenterControlConstants.VERTICAL_ALIGNMENT_CENTER
TopControlConstants.VERTICAL_ALIGNMENT_TOP
BottomControlConstants.VERTICAL_ALIGNMENT_BOTTOM

Setting a value of null removes any existing value for the property.

Further documentation.

Example:

 controls.PANEL1.layout.setCellVAlign(ControlConstants.VERTICAL_ALIGNMENT_BOTTOM);
 

Parameters

java.lang.String  cellVAlign,